home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / shells / tcsh602.zoo / tcsh602 / Fixes < prev    next >
Encoding:
Text File  |  1993-02-22  |  24.6 KB  |  597 lines

  1. V6.02.00, ...
  2. 94. Default echo_style was not being set correctly.
  3. 93. $< did not work correctly with NLS chars.
  4. 92. 6.01.15 (5/11/92)
  5. 91. Minor cleanups in refresh code.
  6. 90. 6.01.14 (5/8/92)
  7. 89. Print \n in the right margin always to be consistent.
  8. 88. Linux patches.
  9. 87. 6.01.13 (5/2/92) 
  10. 86. Fixes in listing and completion of non-unique commands.
  11. 85. Fix =stack entries > 9... from Bill Petro
  12. 84. Fix for last character at margin. [on terminals that have am & xm move
  13.     the cursor manually to the next line]
  14. 83. Fix for complete completions 
  15. 82. small typo in tc.alloc.c from Mark Moraes.
  16. 81. small typo in tw.parse.c from Richard.
  17. 80. Man page fixes from Per.
  18. 79. 6.01.12 (4/24/92) [release version for 6.02]
  19. 78. Autosuffix was not getting reset all the time.
  20. 77. Don't limit completion patterns to 1K.
  21. 76. Naming changes in ed.screen.c from Justin.
  22. 75. 6.01.11 (4/10/92)
  23. 74. Fixed magic-space ! expand bug:
  24.     > echo a b123 45.{6,7}
  25.     > echo !:2!:3[magic-space]
  26. 73. Work-around for apollo optimizer in tc.bind.c
  27. 72. Problem with setjmp in tw.parse.c
  28. 71. symlinks=expand from Yumin.
  29. 70. tenematch() fixes from Michael;
  30. 69. 6.01.10 (4/3/92)
  31. 68. Fixed Gnmatch.
  32. 67. Removed ignore_symlinks and chase_symlinks. Replaced by symlinks variable.
  33. 66. Backquote from completion was broken for machines with no dup2()
  34. 65. No $printexitvalue for `` jobs.
  35. 64. Added ultrix stuff for PW_AUTH [from Mike Potter mpotter@lampf.lanl.gov]
  36. 63. Fixed bug in Gnmatch(), added 'N' command 'x' completion.
  37. 62. Fixed fg_proc_entry() so autologout gets disabled when a process
  38.     is foregrounded.
  39. 61. 6.01.09 (3/26/92)
  40. 60. source builtin takes arguments now that are passed in the script e.g.:
  41.     > ./tcsh -i a b c
  42.     > cat test
  43.     echo $argv
  44.     > echo $argv
  45.     a b c
  46.     > source test 1 2 3
  47.     1 2 3
  48.     > echo $argv
  49.     a b c
  50. 59. Eliminate $margin_bug, add more intelligent margin code [from Justin]
  51. 58. expand_symlinks variable Urgh...
  52. 57. SGI CONTROL() fixes...
  53. 56. new dnormalize(), expand_symlinks flag.
  54. 55. interrupting completion restores the current line. [from Marc]
  55. 54. 6.01.08 (3/20/92)
  56. 53. inputmode affects the first line too.
  57. 52. Searches in vi do not destroy the current line.
  58. 51. -drwX test enhancement.
  59. 50. Generalized completion syntax and added more completion builtins.
  60. 49. Don't print '\n' on the right margin if we can avoid it.
  61. 48. 6.01.07 (3/9/92)
  62. 47. New completion style. [[<pattern>[ ]],=<completion action>]
  63. 46. 6.01.06 (3/7/92)
  64. 45. complete styles are ignored after shell metachars eg.
  65.     > complete mail =u
  66.     > mail christos < [tab]
  67.     completes filenames.
  68. 44. $echo_style is initialized to the default style of the machine.
  69. 43. SGI 4.0 CTRL() macro is busted. So we ignore it.
  70. 42. Fixed bug with the new margin code (thanks justin)
  71. 41. Fixed mirroring of variables. Now set and setenv affect
  72.     HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
  73.     affects only the csh copies of the variables, and unsetenv only the
  74.     environment variables.
  75. 40. Fixed gcc-2.0 warnings in sh.sem.c (needed for vfork() -O2 optimization)
  76. 39. 6.01.05 (2/21/92)
  77. 38. signal masking for BSD machines was still wrong in tw.init.c
  78. 37. Added $margin_bug, and now the editor outputs on the rightmost 
  79.     column by default. This should fix the xterm cut-n-paste problem.
  80. 36. AU/X 2.0 and SGI compiles with POSIX as a default now.
  81. 35. sysv_echo is gone too. Now we have a variable called echo_style
  82.     which can be set to "none", "bsd", "sysv", "both" that defines
  83.     the builtin echo_style. The default is "bsd" for systems with
  84.     SYSVREL == 0, "sysv" otherwise. This can be overriden in config.h
  85.     by defining ECHO_STYLE ro be BSD_ECHO, SYSV_ECHO, BOTH_ECHO, 
  86.     or NONE_ECHO.
  87. 34. asynchronous notification in run-fg-editor would try to change the 
  88.     tty settings and print an extra prompt.
  89.     > set notify 
  90.     > sleep 10 &
  91.     > vi^Z
  92.     > ^[^Z
  93. 33. alias x /bin/true
  94.     x<esc>?
  95.     reported .//bin/true instead of /bin/true
  96. 32. 6.01.04 (2/12/92)
  97. 31. fixed vi_substitute_line
  98. 30. binding completion addition.
  99. 29. showdots=-A addition
  100. 28. sysv_echo addition; deleted bsd_echo which is now the default.
  101. 27. dunique could crash.
  102. 26. Don't clear lines after an asynchronous notification, because it
  103.     might erase the message.
  104. 25. 6.01.03 (1/29/92)
  105. 24. `` were not working correctly when tcsh is started with 0,1,2 closed.
  106. 23. Correction was picking up the wrong thing in cases like .rhosts hosts
  107. 22. Correction with names with quoted spaces was broken.
  108. 21. Added sysv_echo and bsd_echo.
  109. 20. Added and documented the complete builtin.
  110. 19. Added dunique and cd -.
  111. 18. Per's fix for alarm functions. Things would break if time went backwards.
  112. 17. Realloc bug fix (copy min of old and new size)
  113. 16. Fix for csh compatible braces.
  114. 15. Brace globbing and negation globbing for Gmatch.
  115. 14. 6.01.02 (1/16/92)
  116. 13. Completion builtin, new tw* files.
  117. 12. 6.01.01 (1/6/92)
  118. 11. Changed w_ fields in tc.who.c to who_ to avoid redefinitions in
  119.     <sys/wait.h> in some os's.
  120. 10. Setting savehist to an empty string makes savehist use the value
  121.     in $history.
  122. 9.  echotc did not use the internal termcap descriptions.
  123. 8.  echotc did not work right for single argument termcap strings.
  124. 7.  DGUX needs SAVESIGVEC, updated type protection, and disabled CSWTCH.
  125. 6.  Changed SVID to SYSVREL, since there is no SVID == 4 (yet).
  126. 5.  Typo in tc.sig.h: UNRELSIGS was not getting defined.
  127. 4.  Globbing bug fix. tglob() should ignore globbing characters inside 
  128.     backquotes otherwise things get expanded twice:
  129.     % echo 'bar?' > 'foo?'
  130.     % echo `cat foo\?`
  131.     echo: No match.
  132. 3.  Mach setpath fix.
  133. 2.  Alliant process group fix.
  134. 1.  Xenix fixes for broken vi and help path with no suffixes.
  135.  
  136. V6.01.00, 12/19/91 [for comp.sources.unix]
  137. 22. Restore the original prompt in automatic correction when the user
  138.     asks to re-edit the command.
  139. 21. Better error for unreadable files in tw.parse.c
  140. 20. Sequent patches.
  141. 19. (V6.00.08 beta 12/14/91)
  142. 18. Filenames containing # were spelled/expanded incorrectly.
  143. 17. Stellar/stellix port.
  144. 16. Hpux 8.0 has SIGWINDOW but we cannot get the window size. Protect
  145.     against window changes updating $LINES and $COLUMNS.
  146. 15. Mach setpath did not work right.
  147. 14. Mach does not need setenv in lib; in fact that does not work right.
  148. 13. shell level gets decremented when we exec.
  149. 12. restart_fg_editor picked the wrong editor if arg contained a slash.
  150.     e.g vi ~/.cshrc
  151. 11. (V6.00.07 beta 12/08/91)
  152. 10. Allow use of vfork() on systems that do not have job control.
  153. 9.  Avoid NUMCC from being defined twice.
  154. 8.  (V6.00.06 beta 12/05/91)
  155. 7.  SunOS3's FIOCLEX dups...
  156. 6.  Yet another globbing bug fix from Michael (echo .[^.])
  157. 5.  Ultrix now wants __ before cpp symbols.
  158. 4.  Workaround sun's header files inconsistency so tcsh can be compiled
  159.     with #undef POSIX
  160. 3.  Fixed limit stuff so that large values don't cause errors.
  161. 2.  Fixed =1 and ~user error messages (Per)
  162. 1.  (beta-5 6.00.04 == 6.00.05)
  163.  
  164. $#*
  165. $#* New numbering scheme (The last 2 digits are reserved for beta releases
  166. $#* from now on. So we start at 6.00.06 which is 6.00.04 beta 6, and we are
  167. $#* going to release 6.01.00...
  168. $#*
  169.  
  170. V6.00.04, (never released)
  171. 34. (beta-5 11/25/91)
  172. 33. Simplify code in BindArrowKeys()
  173. 32. Get rid of the PNULL's
  174. 31. Support for shadow password in locking code. (From Kimmo)
  175. 30. Normalize-path editor function.
  176. 29. (beta-4 11/21/91)
  177. 28. minix additions
  178. 27. bindkey fixes (-c addition, casting cleanups)
  179. 26. (beta-3 11/16/91)
  180. 25. Prompt length checking. 
  181. 24. Michael's fixes for the watching code. Tcsh could core dump when using
  182.     a corrupted utmp.
  183. 23. overwrite mode flag, and autologout locking code.
  184. 22. overwrite mode would still insert digits!
  185. 21. Get the value of _POSIX_VDISABLE from pathconf...
  186. 20. Hpux 8.0 fixes. Sigstack botches with shared libraries. Ansi mode
  187.     static initialization of structures with prototyped function pointers
  188.     gives spurious warnings...
  189. 19. Onintr in /etc rc files is disabled.
  190. 18. (beta-2 11/03/91)
  191. 17. Multi-line aliases with `` bug fix.
  192. 16. Sticky emacs overwrite mode.
  193. 15. Autolist option.
  194. 14. Fix for redirection with wildcard filanames.
  195. 13. No error correction for multi-line commands.
  196. 12. Esix-4 re-defines p_pid. Argh...
  197. 11. (beta-1 10/28/91)
  198. 10. Foreach loops were broken again.
  199. 9.  SUNOS localtime() bug does not only happen on the 8th byte. [Michael]
  200. 8.  sh.dir.c, memory corruption in dinit(). Thanks Michael.
  201. 7.  uts broken <sys/stat.h> work-around, and has a wait3()
  202. 6.  SGI (-t filename) extension, returns true when filename is a tty.
  203. 5.  'default:' addition in all switch() statements.
  204. 4.  oflag was not being updated correctly in Rawmode()
  205. 3.  missing 'break;' in prompt code '%y'.
  206. 2.  infinite loop in :a<mod> code.
  207. 1.  hashstat was not reporting hits+misses
  208.  
  209. V6.00.03, 10/21/91
  210. 31. watch code now accepts shell patterns.
  211. 30. new hashing code portability fixes.
  212. 29. $foo:gs/:/ / fix and 'a' modifier addition.
  213. 28. Added $! (the pid of the last background job forked)
  214. 27. exec does not kill the shell when it fails.
  215. 26. Irix4.0 decls.
  216. 25. SVR4 uthost fixes from Kimmo Suominen
  217. 24. Imake addition from marc
  218. 23. New i-search from Per.
  219. 22. ibmesa fixes
  220. 21. convex fixes.
  221. 20. t command for vi.
  222. 19. SVR4 fixes (reverse pipeline and sigaction()) from David Dawes.
  223. 18. New hashing from Marc
  224. 17. Added : to the ~name separators so ~foo:~bar works.
  225. 16. New ed.init.c. Added ed.term.c
  226. 15. Still can't get the history exactly csh-like... !-2$ was broken...
  227. 14. vi character searches.
  228. 13. -Dvar=name command line option for the apollos.
  229. 12. Prompt format changes for date/directory.
  230. 11. Vi searches.
  231. 10. Emacs i-search. [currently not bound]
  232. 9.  Vi additions ([dc]-{w,$,f<c>},Undo)
  233. 8.  tcsh -n parses now builtin structures.
  234. 7.  seek to the end on errors in loops.
  235. 6.  echotc -s was broken
  236. 5.  Better !event parsing. !foo;!bar was broken.
  237. 4.  foreach loops and if statements in aliases.
  238. 3.  .cshdirs would corrupt the heap if some directories were not there.
  239. 2.  System V echo was broken with \
  240. 1.  Fixed echo '!-1', history would eat the quote.
  241.  
  242. V6.00.02, 08/05/91 [For comp.sources.unix]
  243. 8.  tcsh will always set $LOGNAME and $USER if not already set in the
  244.     environment.
  245. 7.  added $histfile.
  246. 6.  echo `echo` * and  echo ~ {} were broken
  247. 5.  setty builtin addition
  248. 4.  Multiple : modifiers [experimental, disabled with -DCOMPAT]
  249. 3.  7 bit fixes, and hp9000s500.
  250. 2.  #undef DEBUG in tc.alloc.c, so we continue if we get a bad free() 
  251. 1.  getn() is now protected against NULL strings.
  252.  
  253. V6.00.01, 07/16/91
  254. 17. added beepcmd, and fixed small tenematch bugs.
  255. 16. Renamed DUP2 flag to HAVEDUP2 cause AIXPS2 defines DUP2 already.
  256. 15. More ANSI fixes, and mit additions (load-average)
  257. 14. don't clear ECHOE, background programs might need it.
  258. 13. Refresh bug fix...
  259. 12. getpwent() should not be interrupted (yellow pages), cause it might
  260.     leave dangling pointers, that endpwent() will trash.
  261. 11. ChangeSize is now responsible to set the screen size to something
  262.     sane, but it should not affect the environment if the information
  263.     it received is not valid
  264. 10. Find out if we are running under emacs using $TERM. It is more 
  265.     reliable.
  266. 9.  tcsh was broken if SHORT_STRINGS was not defined (glob() problem)
  267. 8.  If GetSize() fails it should always return reasonable screen sizes.
  268. 7.  globbing should not fail if one or more patterns match.
  269. 6.  increased the number of aliases in the loop detection code.
  270. 5.  DGUX has size_t and pid_t defined now...
  271. 4.  ESIX does not have EWOULDBLOCK or EAGAIN & POSIX... That was not handled
  272.     correctly.
  273. 3.  rs6000 needs BSDWAIT.
  274. 2.  Hpux susp key could not be changed.
  275. 1.  Apollo fixes.
  276.  
  277. V6.00.00, 07/04/91
  278. 45. Fixed quoting of VSTART/VSTOP on termios
  279. 44. Memory leak every time you pipe in or out.
  280. 43. echo {foo bar.[ch]}. Did not check for end of word.
  281. 42. ANSI prototypes
  282. 41. dmove() would leave the source descriptor open when using dup2()
  283.     e.g.
  284.     while (1)
  285.     echo foo >>! bar
  286.     end
  287.     runs out of file descriptors
  288. 40. recursive `` expanded via aliases would abort.
  289. 39. set home=../relative-path-name was broken.
  290.     e.g.
  291.     set home=../..; cd ..;
  292.     <abort>
  293. 38. Incorrect error when changing to directory:
  294.     e.g.
  295.     mkdir not-in-cd-path; chmod -x not-in-cd-path; cd not-in-cd-path;
  296.     echoed:
  297.        not-in-cd-path: No such file or directory.
  298.     it should have said
  299.        not-in-cd-path: Permission denied.
  300. 37. if ( \! =~ [\!] ) echo ok, did not echo ok. Quoting inside [] pattern.
  301. 36. More than 127 jobs caused job # to go negative
  302. 35. unsetenv <pattern> ... Added support for more than one pattern.
  303. 34. More background process status report fixes.
  304. 33. Apollo builtin support.
  305. 32. Glob fix. echo '*' * was not handled properly.
  306. 31. Glob fix. setenv FOO `sleep 1` would either cause a segmentation fault.
  307.     or print ambiguous.
  308. 30. Glob fix. Quoted characters inside [] were not handled properly.
  309. 29. Removed TELL and VMUNIX defines. I think we cannot compile on V6 anyway
  310. 28. Overflow check for expansions.
  311. 27. Added matchbeep, shell pattern history searching.
  312. 26. Added code to handle /dev/std{in,out,err}
  313. 25. Fixed POSIX speed handling in raw mode.
  314. 24. Fixed a flushing bug in the filec code in sh.file.c
  315. 23. Compiled and added hp9000s700 to the list of hosts.
  316. 22. Fixed horrible bug in gmatch() 
  317.     switch (4)
  318.     case [a-z]:
  319.         echo bug;
  320.         breaksw;
  321.     case 4:
  322.         echo ok;
  323.         breaksw;
  324.     endsw
  325. 21. Fixes for _SEQUENT_ ut_host.
  326. 20. FLUSHO added
  327. 19. mkdir foo\`bar; cd foo\`bar; was broken
  328. 18. EWOULDBLOCK == EAGAIN on RENO check for that too.
  329. 17. Dword() simplified and removed the gotos.
  330. 16. Hpux now compiles with POSIX. Moved the local chars modes in ed.init.c
  331.     after the tty modes.
  332. 15. Process group fixes for POSIX
  333. 14. We need <sys/filio.h> on the suns for FIOCLEX!!! We did not close
  334.     our file descriptors before...
  335. 13. A/UX fixes.
  336. 12. History events that start with a number are not necessarily numeric:
  337.     > !3d
  338.     3d: Event not fount
  339. 11. History loop detection added.
  340.     > alias a \!#
  341.     > b; a
  342. 10. Alias loop detection code was ineffective on eager optimizers.
  343.  9. All errors should now go through our table. Next step we should
  344.     add nls error messages.
  345.  8. Unsetenv now globs its arguments! Before it did not...
  346.  7. Added tilde cache and -l flag.
  347.  6. Added autocorrect
  348.  5. Fixed for so that background jobs in scripts get process groups
  349.  4. Fixed amazing memory leak in setenv()...
  350.  3. Added short2qstr() so that we can form quoted strings to be used with glob()
  351.  2. str2short and short2str allocate space dynamically.
  352.  1. Fixed bug related to the is*() routines called with shorts.
  353.     [only if NLS and SHORT_STRINGS are defined].
  354.     (The _ctype_ was getting indexed with shorts...)
  355.  0. Complete overhaul. Brought in the 4.4 csh stuff. Separated most
  356.     tcsh and csh code except where I would have to add more global
  357.     variables. Compiled correctly with both lint and gcc -Wall on
  358.     a sparc running 4.1
  359.  
  360. V5.20.03, 03/20/91.    - Never released
  361. 25. Kanji, SXA additions.
  362. 24. (exec foo) should not fail if they are suspended jobs.
  363. 23. Support kernel paging stuff on aix 370.
  364. 22. Now we handle correctly the environment variables LINES, COLUMNS,
  365.     TERMCAP for window size changes...
  366. 21. Tcsh 5.18c+ had broken NULL chars on scripts.
  367.     > cat > foo 
  368.     #!/usr/local/bin/tcsh -f
  369.     echo "foo"
  370.     echo "^V^@"
  371.     echo "bar"
  372.     ^D
  373.     > chmod +x foo; foo
  374.     foo
  375. 20. Posix has EAGAIN and not EWOULDBLOCK
  376. 19. Don't set ECHOK; makes kill ^U ugly.
  377. 18. $shell is SHELLPATH and not $SHELL any more.
  378. 17. Added -n flag to cd, pushd, popd and dirs. Documented -l and -v
  379.     flags.
  380. 16. Documented and fixed chase_symlinks and ignore_symlinks.
  381. 15. Call endpwent() when you get interrupted...
  382.     cd ~chri<tab>^C
  383.     cd ~christos/<enter>
  384.     <stuck>
  385. 14. Exec when you have suspended jobs asks for verification.
  386. 13. Variable length fixes:
  387.     >set abcdefghijklmnopqrstuvwxyz=1
  388.     >echo $abcdefghijklmnopqrstuvwxyz
  389.     abcdefghijklmnopqrs: Undefined variable
  390.     Now we have better messages too...
  391. 12. Icon fixes...
  392. 11. Quote expanded glob and history chars too.
  393. 10. If someone sets SHIN to O_NDELAY we died... Now we set it back...
  394.  9. unset path; unsetenv PATH; ls-F; (poof) fixed...
  395.  8. Patches for masscomp, and ${var123} lexical analysis fix...
  396.  7. Patch for sunview bug: A partially covered suntool sends SIGWINCH every
  397.     time the text is scrolled, causing annoying redraw effects. Now tcsh
  398.     checks if the size really changed before doing anything.
  399.  6. Interrupt in the middle of cwdcmd, and periodic does not remove the
  400.     aliases.
  401.  5. prompt2 and prompt3 fixes:
  402.     Prompt2 now prints the status of the parser by default.
  403.     Prompt3 can now have the standard prompt escape sequences.
  404.  4. eval file descriptor re-direction fix.
  405.     >set p='w | tail +3'
  406.     >eval $p
  407.     (originally | tail +3 was ignored)
  408.  3. $edit != emacs anymore; it was misleading, 'set edit' enables editing
  409.     'unset edit' disables it.
  410.  2. PERROR define fix. 
  411.  1. irix3.3.1 line discipline fix.
  412.  
  413. V5.20.02, 12/15/90.
  414. 32. /etc/Logout added and merged with /etc/Login flag.
  415. 31. Fixed tty chars in ed.init.c. Some of them were not handled correctly.
  416. 30. Command execution does not leak memory any more, and doing
  417.     ~ four times does not core-dump.
  418. 29. Fixed the notorious csh 'if(' bug (part of the convex fixes)
  419. 28. Intelligent getwd() on startup, and canonicalization.
  420. 27. Intelligent directory stack. Gets updated when $HOME changes.
  421. 26. Directory stack/save-restore additions
  422. 25. Convex Fixes.
  423. 24. Fixed onlret, and echonl getting stuck on svid.
  424. 23. Shouldn't leave tty in raw mode at auto-logout (e.g. when su'ing from a
  425.     csh, this is annoying).
  426. 22. Some users had environment EMACS set to something, and with my bad fix
  427.     at pl 1 found that they didn't have echo... (of course, even before my
  428.     "fix", they didn't have editing...). Anyway, refined the check to be
  429.     for EMACS=t, which is what emacs sets when running a subshell.
  430. 21. kill -CONT %job, would not update the status of the job, but it would
  431.     just restart it.
  432. 20. Sequent fixes.
  433. 19. AIX370 signal and TCF fixes.
  434. 18. fixed ls-F -l, SIGINT problem.
  435. 17. aix on the ps2 does not have strcoll() either.
  436. 16. Bind [A - [D and OA to OD in vi mode to the arrow key functions
  437.     so that they work from insert mode.
  438. 15. %~ was not working correctly for /home/news and /home/newsbin...
  439. 14. Removed Rcs Log
  440. 13. ISC unix fixes.
  441. 12. sunos3.x wants <sys/dir.h> not <dirent.h>
  442. 11. Remove precmd's, cwdcmd's and periodic cmds that had errors.
  443. 10. Compile sunos4.1 using termio. 
  444.  9. Rs6000 line discipline fixes. 
  445.  8. T_Tabs was wrong for termio machines.
  446.  7. Don't bind single keystroke arrow keys, when they are already bound!
  447.  6. Test for newline and tab before deciding not to send shell scripts
  448.     to the bourne shell.
  449.  5. Added LITERAL prompt stuff.
  450.  4. Fixed gethostname() in sh.rest.c to return the nodename.
  451.  3. Do not quote spell checked stuff. This is not very intelligent but
  452.     works better than before.
  453.  2. Fixes for relative path components. (paths that start with a .)
  454.  1. Fixed so that Rawmode() is not called when we are not editing
  455.     (breaks running under emacs)
  456.  
  457. V5.20.01, 11/15/90.
  458. 12. Recognize environment variables too.
  459. 11. Always start in Rawmode()
  460. 10. don't try to execute binary files using the bourne shell.
  461.  9. Vi change to end of line updates correctly now.
  462.  8. Prompt in continuation lines.
  463.  7. Prompt in if statements fix.
  464.  6. System V ^C works right now.
  465.  5. ^Z works correctly in bindings
  466.  4. Better error messages for variables.
  467.  3. dinit() now is more robust.
  468.  2. Added aux2.0 patches.
  469.  1. Fixed bug with arrow key bindings in ed.screen.c. All the keys
  470.     were bound to up-history!
  471.  
  472. V5.20.00, 11/10/90.
  473. 26. Fixed system V and POSIX time reporting.
  474. 25. Fixed ed.screen.c so that it does not use malloc().
  475. 24. Fixed SIGWINCH on the iris
  476. 23. Fixed ed.screen.c, so that settc works correcly. It used to set
  477.     the termcap with a string that was allocated from the stack!
  478. 22. Fixed listing of commands, where the last command was not checked.
  479. 21. Fixed which command. It did not work for
  480.     \<command>, if command was aliased.
  481. 20. Eliminated CSH4.3 define. You've had enough time to upgrade from 4.2
  482. 19. Fixed GotTermCaps to be called only once.
  483. 18. Added bindkey -r
  484. 17. Attributes were not getting reset correctly.
  485. 16. history -t does not print the time-stamp.
  486. 15. AddXkey, works now for single character xkeys.
  487. 14. filetype() knows better about symlinks.
  488. 13. ls-F works with filenames that have metachars
  489. 12. Completion/spelling works with quoted things.
  490. 11. Fixed refresh bug. Repeat by:
  491.     On an intelligent terminal that has insert and delete chars (xterm)
  492.     > orphan
  493.     > vi orphan.c
  494.     > ^P^P
  495. 10. Fixed so that if we don't have a tty on stdin editing is disabled.
  496.  9. Check for nested process forking, to avoid loops such as:
  497.     > alias foo 'set bar=`foo`'
  498.     > foo
  499.  8. Fix setting of AsciiOnly (Per)
  500.  7. tw.spell.c, defined F_OK for systems that don't have it.
  501.  6. ourwait.h had typo in ifdef.
  502.  5. BSD compilers need a cast to int for enums used in 
  503.     switches (Matthew Day)
  504.  4. Found the cause for the core-dump in long backquote 
  505.     expansions (Mark Davies)
  506.  3. Some externs in ed.h needed to be truly externs...
  507.     reported by Mark Davies, bug appeared only on hp9000s800.
  508.  2. Changed $tcsh, and $version strings.
  509.  1. Added internal sprintf function, renamed putchar to CSHputchar,
  510.     printf to CSHprintf, sprintf to CSHsprintf.
  511.  
  512. V5.19.02, 10/23/90.
  513. 36. Added /etc/cshrc for the SGI irises.
  514. 35. Added expand-variables function.
  515. 34. Documented $time in tcsh.man
  516. 33. Shell variables are now 'recognized' when expanding/listing things.
  517. 32. ls-F does not eat the last slash on the / directory!
  518. 31. Strings bound to keys are printed inside double quotes.
  519. 30. History now remembers the exact line, not just an unparsed version of
  520.     the tokens.
  521. 29. Renamed itoa to Itoa(), so things in libc that use itoa() don't break.
  522. 28. Ported to IBM aix/ps2. 
  523. 27. Fixed eval so that it forks when the output is piped
  524.     Repeat by:
  525.     > who | grep $user
  526.     > eval who | grep $user
  527. 26. Fixed so that 'nice <builtin changing the working directory>' does not
  528.     nice or fork.
  529.     Consider doing:
  530.     nice cd /tmp && rm *.c (don't try it!!!)
  531.     [what actually happens is that nice has to fork, then the child executes
  532.      chdir, and the parent stays where it was]
  533. 25. Added Dan's patches (nls, builtin bindkey, fixes to the editor).
  534. 24. Added aix370, migrate, getspath, getspath, getxvers, setxvers
  535. 23. Added builtin echotc, removed sl and el.
  536. 22. Ported to 4.4 BSD. This involved changing the way lots of flags worked,
  537.     cleanup of the SVID stuff, and addition of more compilation flags.
  538.     Now POSIX can work whed BSD is defined...
  539. 21. Fixed so that el, sl work. Actually they are to be removed soon and
  540.     be replaced with echotc.
  541. 20. Avoid the Quoted Space hack for alias when printing jobs!
  542.     [aliases to the same name avoid further alias expansion, by 
  543.      inserting a quoted space in front of the command. In SHORT_STRINGS
  544.      QUOTE is the 15th bit so print ignores it thinking it is the
  545.      end of the string. So we just skip the Quoted Space....]
  546.     Repeat by:
  547.     > set notify
  548.     > alias ls ls -F
  549.     > (ls) &
  550.     Prints        Exit 0 (
  551.     Should print: Exit 0 ( ls -F )
  552. 19. Fixed so that "", '', ``, all produce ': Command not found',
  553.     and not the spurious messages.
  554.     Repeat by:
  555.     > set path = (/bin /usr/bin .... .)
  556.     > ""
  557.     /some/path/name/: Command not found
  558. 18. Enable the use of <ctype.h> macros if they exist and NLS is defined.
  559.     NLS code is not ready yet.
  560. 17. Fixed rmstar and continue_jobs code, so that they are not compile
  561.     options, but shell variables. Now you need to 'set rmstar' to get
  562.     enable rmstar.
  563. 16. Fixed SIGWINCH, SIGWINDOW, and setting of li, co, that broke
  564.     suntools, and others.
  565.     Repeat by:
  566.     Start a shelltool of size other than 80x34
  567.     > telltc
  568.     > stty -a
  569.     do not report the same number of lines and columns.
  570. 15. More fixes to tw.parse.c, and tw.spell.c.
  571. 14. More fixes to sh.char.c.
  572. 13. Fixed coredump caused by ``.
  573. 12. Fixed spell-line code..
  574. 11. Trapped SIGCHLD in sh.sem.c, while forking. Still there is a small
  575.     race, but the probability of happening is smaller!
  576. 10. Fixed sh.char.c to be ISO compliant.
  577.  9. Added expand-glob
  578.  8. Fixed ourwait.h for little endians.
  579.  7. Fixed that foreach i (^D expands correctly.
  580.  6. Fixed so that listmax is ignored in ls-F.
  581.  5. Fixed spelling correction so that single letter words and words that
  582.     contain globbing chars do not get spell checked.
  583.  4. Changed NeXT HOSTTYPE to next, since all HOSTTYPE's are lower case.
  584.  3. Fixed symmetry, and changed symmetry HOSTTYPE from sequent to symmetry.
  585.  2. Added boldfacing, underlining chars.
  586.  1. Added IRIX3.3.1 support.
  587.  
  588. V5.19.01, 9/26/90.
  589. 7. Brought the README file up-to-date, and changed the bug report
  590.    address to point to me.
  591. 6. sh.lex.c. In addla(), overflow computation was wrong.
  592. 5. Fixed SHELLPATH, to be set correctly when $SHELL is not set.
  593. 4. Fixed print statement in sh.proc.c that contained \215.
  594. 3. Fixed the Makefile and MAKEDIFFS so that a tahoe diff can be made.
  595. 2. RS6000: hacked around execv bug, and ed.init.c warning.
  596. 1. Editor should not be enabled when we don't have a tty.
  597.